projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98b9920
)
gskpango: Correct a comment
author
Timm Bäder
<mail@baedert.org>
Mon, 21 Dec 2020 12:23:28 +0000
(13:23 +0100)
committer
Timm Bäder
<mail@baedert.org>
Mon, 21 Dec 2020 12:23:28 +0000
(13:23 +0100)
Not all other draw calls will use cairo.
gtk/gskpango.h
patch
|
blob
|
history
diff --git
a/gtk/gskpango.h
b/gtk/gskpango.h
index fbd6340d7b5947d3d8bbae55eb8fd8b6438b35fe..37052a1c0e202bc4c0408d0193235d3b8f8edffe 100644
(file)
--- a/
gtk/gskpango.h
+++ b/
gtk/gskpango.h
@@
-49,7
+49,7
@@
typedef gboolean (*GskPangoShapeHandler) (PangoAttrShape *attr,
/*
* This is a PangoRenderer implementation that translates all the draw calls to
* gsk render nodes, using the GtkSnapshot helper class. Glyphs are translated
- * to text nodes,
all other draw calls
fall back to cairo nodes.
+ * to text nodes,
other draw calls may
fall back to cairo nodes.
*/
struct _GskPangoRenderer